projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89861fa
)
Adwaita: Give model buttons visible focus
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 19 Apr 2019 21:33:17 +0000
(21:33 +0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 29 Apr 2019 19:21:40 +0000
(15:21 -0400)
Hard to use keynav, otherwise. Also, hard
to debug focus issues if you can't see where
the focus is.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 2bb3f604478715c4598f44214f48087fbbe8aa61..7c71e3e1acd20d906353a72e5430279e8f06175e 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-16,6
+16,7
@@
$window_radius: $button_radius + 3;
-gtk-secondary-caret-color: $selected_bg_color
}
+modelbutton:focus(visible),
button:focus(visible),
checkbutton:focus(visible),
radiobutton:focus(visible),